Skip to content

Commit c96d5be

Browse files
Update actions/checkout digest to 44c2b7a
1 parent 9f90ab1 commit c96d5be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
41+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1818
#- name: Build the Docker image
1919
# run: docker build . --file Dockerfile --tag algorithm-exercises-go:${{ github.sha }}
2020
- name: Build the Docker image

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
31+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
3232

3333
- name: Install ESLint
3434
run: |

.github/workflows/markdown-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2323

2424
- name: Set up Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626

2727
steps:
28-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2929

3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)