actionlint.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2025-07-09 21:53:17 +00:00
parent ab3955209e
commit 455a461406
No known key found for this signature in database

View File

@ -36,6 +36,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
container:
image: ghcr.io/homebrew/ubuntu22.04:main
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew
id: setup-homebrew id: setup-homebrew
@ -53,6 +55,8 @@ jobs:
persist-credentials: false persist-credentials: false
- run: zizmor --format sarif . > results.sarif - run: zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file - name: Upload SARIF file
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2