Skip to content

Commit f663bf6

Browse files
authored
Merge pull request #628 from One-Language/dependabot/github_actions/github-actions-dependencies-7a5a078ad4
build(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-dependencies group
2 parents f7df3bc + f2de090 commit f663bf6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

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

4242
steps:
4343
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
44-
uses: actions/checkout@v7.0.0
44+
uses: actions/checkout@v7.0.1
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
22-
uses: actions/checkout@v7.0.0
22+
uses: actions/checkout@v7.0.1
2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v4.2.0
2525
- name: Set up Docker Buildx

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
14-
uses: actions/checkout@v7.0.0
14+
uses: actions/checkout@v7.0.1
1515
- uses: actions/setup-python@v6.3.0 # https://www.python.org/
1616
with:
1717
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
@@ -41,6 +41,6 @@ jobs:
4141
- {os: windows-latest}
4242
steps:
4343
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
44-
uses: actions/checkout@v7.0.0
44+
uses: actions/checkout@v7.0.1
4545
with:
4646
fetch-depth: 0

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
24-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
# Full git history is needed to get a proper list of changed files within `super-linter`
2727
fetch-depth: 0

0 commit comments

Comments
 (0)