Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.7 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
orjan authored Jun 25, 2024
2 parents 1130762 + 6be189f commit 255ea1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Calculate application version
id: build-version
uses: actions/github-script@v7
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: build
steps:
- name: Clone repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Get version
id: build-version
uses: actions/github-script@v7
Expand Down

0 comments on commit 255ea1e

Please sign in to comment.