Skip to content
Merged
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
11 changes: 7 additions & 4 deletions .github/workflows/cpp-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ env:
llvmVer: "5f187f0afaad33013ba03454c4749d99b1362534"
GITHUB_TOKEN: ${{ github.token }}

permissions:
contents: read

jobs:
log_inputs:
name: log-inputs
Expand Down Expand Up @@ -866,8 +869,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
with:
persist-credentials: true # zizmor: ignore[artipacked]
with:
persist-credentials: true # zizmor: ignore[artipacked]

- name: Setup python
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
Expand Down Expand Up @@ -942,8 +945,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
with:
persist-credentials: true # zizmor: ignore[artipacked]
with:
persist-credentials: true # zizmor: ignore[artipacked]
- name: Setup python
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
- name: Check out repo (if needed)
if: ${{ github.event.inputs.branch_list == '' }}
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
with:
persist-credentials: true # zizmor: ignore[artipacked]
with:
persist-credentials: true # zizmor: ignore[artipacked]

- name: Get list of feature branches
id: get-branches
Expand Down Expand Up @@ -145,7 +145,7 @@
STEPS_GENERATE_TOKEN_OUTPUTS_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Set test trigger label.
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # ratchet:actions-ecosystem/action-add-labels@v1

Check notice on line 148 in .github/workflows/update-feature-branches.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

superfluous-actions

update-feature-branches.yml:148: action functionality is already included by the runner: use `gh issue edit --add-label` or `gh pr edit --add-label` in a script step
if: ${{ steps.create-pr.outputs.created_pr_number }}
with:
github_token: ${{ steps.generate-token.outputs.token }}
Expand Down
Loading