Skip to content

Commit

Permalink
Merge pull request #1017 from adamralph/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.7

Bump actions/checkout from 4.1.1 to 4.1.7
  • Loading branch information
adamralph authored Jul 21, 2024
2 parents f9d8c04 + b33c74b commit c64c340
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
8.0.101
- run: dotnet --info
- run: git --version
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- env:
CI_NUMBER: ${{ github.run_number }}
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: '8.0.101'
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- run: dotnet build
- run: ls -al
- run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: read
statuses: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].7
with:
fetch-depth: 0
filter: tree:0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: 8.0.101
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- env:
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
run: ./build build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- run: npx [email protected] "**/*"

0 comments on commit c64c340

Please sign in to comment.