Skip to content

Commit 1d7ed8d

Browse files
authored
Merge pull request #589 from pq-code-package/ci-deps-artifact-5.0.0
CI dependency updates
2 parents 56f194f + 9759aa2 commit 1d7ed8d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/bench_ec2_reusable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
echo "Using AMI ID: $AMI_ID"
107107
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
108108
- name: Configure AWS credentials
109-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
109+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
110110
with:
111111
role-to-assume: ${{ env.AWS_ROLE }}
112112
aws-region: ${{ inputs.aws_region }}
113113
- name: Start EC2 runner
114114
id: start-ec2-runner
115-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
115+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
116116
with:
117117
mode: start
118118
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -219,12 +219,12 @@ jobs:
219219
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
220220
steps:
221221
- name: Configure AWS credentials
222-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
222+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
223223
with:
224224
role-to-assume: ${{ env.AWS_ROLE }}
225225
aws-region: ${{ inputs.aws_region }}
226226
- name: Stop EC2 runner
227-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
227+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
228228
with:
229229
mode: stop
230230
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
echo "Using AMI ID: $AMI_ID"
102102
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
103103
- name: Configure AWS credentials
104-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
104+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
105105
with:
106106
role-to-assume: ${{ env.AWS_ROLE }}
107107
aws-region: ${{ env.AWS_REGION }}
108108
- name: Start EC2 runner
109109
id: start-ec2-runner-first
110110
continue-on-error: true
111-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
111+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
112112
with:
113113
mode: start
114114
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125125
- name: Start EC2 runner (retry)
126126
id: start-ec2-runner-second
127127
if: steps.start-ec2-runner-first.outcome == 'failure'
128-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
128+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
129129
with:
130130
mode: start
131131
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -209,12 +209,12 @@ jobs:
209209
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
210210
steps:
211211
- name: Configure AWS credentials
212-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
212+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
213213
with:
214214
role-to-assume: ${{ env.AWS_ROLE }}
215215
aws-region: ${{ env.AWS_REGION }}
216216
- name: Stop EC2 runner
217-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
217+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
218218
with:
219219
mode: stop
220220
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949
# format to the repository Actions tab.
5050
- name: "Upload artifact"
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252
with:
5353
name: SARIF file
5454
path: results.sarif

0 commit comments

Comments
 (0)