Skip to content

Commit c24e3b1

Browse files
authored
Merge pull request #755 from OWASP/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents b1a4643 + 0de31c6 commit c24e3b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out the repo
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- name: Build the code with docker
1515
run: docker build . -t nettacker

.github/workflows/codeql-analysis.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/[email protected].0
41+
uses: actions/[email protected].1
4242

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

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
- name: Set up QEMU
1414
uses: docker/setup-qemu-action@v3
1515
- name: Login to Docker Hub

0 commit comments

Comments
 (0)