Skip to content
Closed

foo #23

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/action_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
semgrep:
name: 'semgrep-oss/scan'
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'

container:
image: 'index.docker.io/semgrep/semgrep@sha256:85782eaf09692e6dfb684cd3bad87ef315775814b01f76b4d15582e4ca7c1c89' # ratchet:semgrep/semgrep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
mdformat:
name: 'mdformat'
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'

steps:
- name: 'Checkout Code'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
build:
name: "Build Docs"
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
- name: 'Generate HTML from Markdown'
Expand All @@ -30,7 +30,7 @@ jobs:
environment:
name: 'github-pages'
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
needs: 'build'
steps:
- name: 'Deploy to GitHub Pages'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
build:
name: "Build PR Preview Docs"
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
- name: 'Generate HTML from Markdown'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs_preview_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
stage:
name: "Stage PR preview from branch to pages"
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
steps:
- uses: 'actions/checkout@v4'
with:
Expand All @@ -31,7 +31,7 @@ jobs:
environment:
name: 'gh-pages-pr-preview'
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
steps:
- name: 'Deploy to GitHub Pages'
id: 'deployment'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
semgrep-tests:
name: 'Run semgrep tests'
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'

container:
image: index.docker.io/semgrep/semgrep@sha256:85782eaf09692e6dfb684cd3bad87ef315775814b01f76b4d15582e4ca7c1c89 # ratchet:semgrep/semgrep
Expand Down