Skip to content

Commit

Permalink
Merge pull request #203 from atc0005/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.7

ghaw: bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
atc0005 authored Jun 13, 2024
2 parents 7ba5266 + 9562a46 commit 091d544
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-builds-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# Retrieve sufficient amount of history to allow build tooling
# (e.g., go-winres, git-describe-semver) to process tags as part of
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: go version

- name: Check out code (subset)
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# Retrieve sufficient amount of history to allow build tooling
# (e.g., go-winres, git-describe-semver) to process tags as part of
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container-builds-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Check out code (subset)
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# Retrieve sufficient amount of history to allow build tooling
# (e.g., go-winres, git-describe-semver) to process tags as part of
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-mod-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint-and-build-using-ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: go version

- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
run: go version

- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-and-build-using-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: go version

- name: Check out code into the Go module directory
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: go version

- name: Check out code (subset)
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
run: go version

- name: Check out code (subset)
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# Retrieve sufficient amount of history to allow build tooling
# (e.g., go-winres, git-describe-semver) to process tags as part of
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-project-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
echo "markdownlint version: $(markdownlint --version)"
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Run hadolint against any Dockerfiles
if: hashFiles('**/Dockerfile') != ''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# 3ab151278eb9c5925b43e42b3cbbf4e85141c18c and refs/tags/v0.36.0-alpha.3
# to refs/tags/v0.36.0-alpha.3
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
# 3ab151278eb9c5925b43e42b3cbbf4e85141c18c and refs/tags/v0.36.0-alpha.3
# to refs/tags/v0.36.0-alpha.3
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out code (subset)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: ${{ inputs.fetch-depth }}

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].6
uses: actions/[email protected].7

# Mark the current working directory as a safe directory in git to
# resolve "dubious ownership" complaints.
Expand Down

0 comments on commit 091d544

Please sign in to comment.