Skip to content

Commit

Permalink
Revert to ubuntu-22.04 runners until 24.04 unborks itself
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho committed May 29, 2024
1 parent 6dde711 commit a47a569
Show file tree
Hide file tree
Showing 93 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/age.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
distro: [ubuntu, alpine]
#distro: [ubuntu]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aznamingtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write
id-token: write
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
docs:
needs: deploy
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- name: Source checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bl3auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/catprinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
#distro: [ubuntu, alpine]
distro: [ubuntu]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cf-warp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
name: Codespell
# Set the agent to run on
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

# Load all steps #
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coredns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ddosify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dhcp-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dkimpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
distro: [ubuntu, alpine]
#distro: [ubuntu]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnscrypt-proxy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- name: Source checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnscrypt-proxy-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions: read-all

jobs:
snyk:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnscrypt-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-autocompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
#distro: [ubuntu, alpine]
distro: [alpine]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/driftctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dsq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/excalidraw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freenginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlabsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
sync:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: Git Repo Sync
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gobgp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gocannon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goplay2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hakrawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/headscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpie-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httprobe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all

jobs:
deploy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imapsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
#distro: [ubuntu, alpine]
distro: [ubuntu]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write

Expand Down
Loading

0 comments on commit a47a569

Please sign in to comment.