Skip to content

Commit

Permalink
zizmor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Feb 11, 2025
1 parent 8996ad1 commit 83b0be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: docker-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -18,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- name: Gather metadata
id: meta
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
Expand Down Expand Up @@ -67,7 +71,7 @@ jobs:
cache-source: cargo
cache-target: /code/boys/target
- name: Build
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 # zizmor: ignore[cache-poisoning]
with:
file: Dockerfile
push: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: nix-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
nix-build:
runs-on: ubuntu-latest
Expand All @@ -24,6 +26,8 @@ jobs:
name: nix-qchem
# Checkout of the current head in the working dir
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
# Build the nix package
- name: Build nix package
run: nix flake check -L

0 comments on commit 83b0be8

Please sign in to comment.