Skip to content

Commit 86444a0

Browse files
authored
Merge pull request #529 from kimocoder/dependabot/github_actions/actions/checkout-6.0.3
build(deps): bump actions/checkout from 6.0.2 to 6.0.3
2 parents 71b55f8 + 45f8ce5 commit 86444a0

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bandit.yml

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

3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6.0.2
32+
- uses: actions/checkout@v6.0.3
3333
- name: Bandit Scan
3434
uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
3535
with: # optional arguments

.github/workflows/checkpr-sourcery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.pull_request.head.repo.full_name == github.repository
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.2
13+
- uses: actions/checkout@v6.0.3
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
egress-policy: audit
3333

3434
- name: Checkout repository
35-
uses: actions/checkout@v6.0.2
35+
uses: actions/checkout@v6.0.3
3636

3737
- name: Initialize CodeQL
3838
uses: github/codeql-action/init@v4.33.0

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
egress-policy: audit
3333

3434
- name: Checkout repository
35-
uses: actions/checkout@v6.0.2
35+
uses: actions/checkout@v6.0.3
3636

3737
- name: Initialize CodeQL
3838
uses: github/codeql-action/init@v4

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@v6.0.2
25+
uses: actions/checkout@v6.0.3
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@v5.0.0

.github/workflows/ossar-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
egress-policy: audit
3030

3131
- name: Checkout repository
32-
uses: actions/checkout@v6.0.2
32+
uses: actions/checkout@v6.0.3
3333
with:
3434
# We must fetch at least the immediate parents so that if this is
3535
# a pull request then we can checkout the head.

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@v6.0.2
24+
- uses: actions/checkout@v6.0.3
2525
- name: Set up Python
2626
uses: actions/setup-python@v6.2.0
2727
with:

0 commit comments

Comments
 (0)