File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 96
96
aws-region : ${{ env.AWS_REGION }}
97
97
- name : Start EC2 runner
98
98
id : start-ec2-runner
99
- uses : machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
99
+ uses : machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
100
100
with :
101
101
mode : start
102
102
github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -167,7 +167,7 @@ jobs:
167
167
role-to-assume : ${{ env.AWS_ROLE }}
168
168
aws-region : ${{ env.AWS_REGION }}
169
169
- name : Stop EC2 runner
170
- uses : machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
170
+ uses : machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
171
171
with :
172
172
mode : stop
173
173
github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 95
95
aws-region : ${{ env.AWS_REGION }}
96
96
- name : Start EC2 runner
97
97
id : start-ec2-runner
98
- uses : machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
98
+ uses : machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
99
99
with :
100
100
mode : start
101
101
github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157
157
role-to-assume : ${{ env.AWS_ROLE }}
158
158
aws-region : ${{ env.AWS_REGION }}
159
159
- name : Stop EC2 runner
160
- uses : machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
160
+ uses : machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
161
161
with :
162
162
mode : stop
163
163
github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
with :
30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
33
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
48
48
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
49
49
# format to the repository Actions tab.
50
50
- name : " Upload artifact"
51
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
51
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
You can’t perform that action at this time.
0 commit comments