Skip to content

Commit

Permalink
wip: gh use just in checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Nov 14, 2024
1 parent 83cbc02 commit 850f70d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "linux", "disk_gb=255", "type=m7a.2xlarge;m6a.2xlarge"]') || 'custom-linux-xl-nomad-22.04' }}
timeout-minutes: 15
steps:
- uses: extractions/setup-just@v2

Check warning

Code scanning / GitHub Actions Scanner

Missing pinned commit hash for GitHub Actions configuration Warning

found external action "extractions/setup-just@v2" without pinned version hash
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # needs tags for checkproto
Expand All @@ -46,11 +47,11 @@ jobs:
cache: true
go-version-file: .go-version
cache-dependency-path: '**/go.sum'
- name: Run make check
- name: Run just check
run: |
make missing
make bootstrap
make check
just missing
just bootstrap
just check
permissions:
contents: read
id-token: write

0 comments on commit 850f70d

Please sign in to comment.