Skip to content

Commit 1bbbd50

Browse files
Update all digest updates
1 parent 75afd0e commit 1bbbd50

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
45+
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
56+
uses: github/codeql-action/autobuild@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
70+
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414

1515
- name: Cache dependencies
16-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
16+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -22,7 +22,7 @@ jobs:
2222
${{ runner.OS }}-
2323
2424
- name: Setup Node.js environment
25-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
25+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626
with:
2727
node-version-file: ".nvmrc"
2828

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
persist-credentials: false
1212

1313
- name: Cache dependencies
14-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
14+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
1515
with:
1616
path: ~/.npm
1717
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.OS }}-
2121
2222
- name: Setup Node.js environment
23-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
23+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2424
with:
2525
node-version-file: ".nvmrc"
2626

0 commit comments

Comments
 (0)