Skip to content

Commit

Permalink
switch to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
inetol committed Oct 16, 2024
1 parent 928b7cc commit 13a5b4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
artifact:
if: ${{ github.repository_owner == 'jspaste' && inputs.artifact-action != 'none' }}
name: Build artifact
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
permissions:
attestations: write
contents: write
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
container:
if: ${{ github.repository_owner == 'jspaste' && inputs.image-action != 'none' }}
name: Build container image
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions: read-all
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

scoreboard:
name: Scorecard
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
test:
name: Test
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down

0 comments on commit 13a5b4c

Please sign in to comment.