Skip to content

Commit

Permalink
Bump actions checkout and precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoedecke committed Oct 6, 2024
1 parent 25a37cb commit b2ed245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v2

Check warning

Code scanning / CodeQL

Unpinned tag for 3rd party Action in workflow Medium

Unpinned 3rd party Action 'release' step
Uses Step
uses 'cli/gh-extension-precompile' with ref 'v2', not a pinned commit hash
with:
go_version: "1.22"
release_tag: ${{ github.event.inputs.release_tag || '' }}

0 comments on commit b2ed245

Please sign in to comment.