Skip to content

Commit cab07dc

Browse files
Merge pull request #210 from tj-actions/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents 090e2fd + bbdd811 commit cab07dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Checkout the repository to the GitHub Actions runner
3131
- name: Checkout code
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
3333

3434
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3535
- name: Run Codacy Analysis CLI

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
4242

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

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
1212
with:
1313
token: ${{ secrets.PAT_TOKEN }}
1414
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-version:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
1212
with:
1313
fetch-depth: 0
1414
- name: Run release-tagger

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test coverage-badge-go
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-assets:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)