Skip to content

Commit 9a15fae

Browse files
Merge pull request #315 from ibm-granite-community/dependabot/github_actions/github-actions-8183a952b9
Bump the github-actions group across 1 directory with 2 updates
2 parents 5af72cf + 7348fc8 commit 9a15fae

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: "Harden Runner"
39-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
39+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
4040
with:
4141
egress-policy: block
4242
allowed-endpoints: >
@@ -59,7 +59,7 @@ jobs:
5959
output: ${{ runner.temp }}/poutine.sarif
6060

6161
- name: "Upload poutine SARIF file"
62-
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
62+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
6363
with:
6464
sarif_file: ${{ runner.temp }}/poutine.sarif
6565
category: poutine

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: "Harden Runner"
29-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
29+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3030
with:
3131
disable-sudo-and-containers: true
3232
egress-policy: block

.github/workflows/notebooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run_url: ${{ steps.pr.outputs.run_url }}
5555
steps:
5656
- name: "Harden Runner"
57-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
57+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
5858
with:
5959
disable-sudo-and-containers: true
6060
egress-policy: block
@@ -156,7 +156,7 @@ jobs:
156156
if: ${{ !cancelled() && (needs.test_workflow_ready.result == 'success') }}
157157
steps:
158158
- name: "Harden Runner"
159-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
159+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
160160
with:
161161
disable-sudo-and-containers: true
162162
egress-policy: block

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: "Harden Runner"
29-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
29+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >

0 commit comments

Comments
 (0)