Skip to content

Commit 7af9554

Browse files
chore(deps): update github-actions
1 parent aebb7b2 commit 7af9554

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/preflight/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
node-version: 22
1616

17-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1818
with:
1919
path: ~/.bun/install/cache
2020
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# workflow's `permissions:` block, so the comment post will fail on
142142
# forks. Don't fail the whole job — the audit gate below still fires.
143143
continue-on-error: true
144-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
144+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
145145
with:
146146
# `header` matches fallow's built-in `<!-- fallow-id: fallow-results -->`
147147
# sentinel so subsequent runs update the same comment.
@@ -150,7 +150,7 @@ jobs:
150150
- name: Remove stale sticky comment (clean run)
151151
if: steps.audit.outputs.exit_code == '0'
152152
continue-on-error: true
153-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
153+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
154154
with:
155155
header: fallow-results
156156
delete: true

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
46+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
5050
config-file: ./.github/codeql/codeql-config.yml
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
53+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
5454
with:
5555
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)