Skip to content

Commit

Permalink
Merge pull request #640 from adamralph/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/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 88ba0ff + 51e0ad2 commit 8de8f27
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 @@ -29,7 +29,7 @@ jobs:
6.0.418
7.0.405
8.0.101
- 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/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 @@ -14,7 +14,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 --configuration Release --nologo
- name: push
env:
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 8de8f27

Please sign in to comment.