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
2 changes: 1 addition & 1 deletion .github/actions/s5cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
using: composite
steps:
- name: Install s5cmd v${{ inputs.version }}
uses: peak/action-setup-s5cmd@bde462e7399c68b4a9b05549d90b0e7d5c95e60f
uses: peak/action-setup-s5cmd@bde462e7399c68b4a9b05549d90b0e7d5c95e60f # zizmor: ignore[stale-action-refs] — upstream has no releases or tags; main
with:
version: v${{ inputs.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/omf_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Designed to run as a GitHub Ruleset required workflow.
#
name: OMF PR Checks
name: OMF PR Checks # zizmor: ignore[concurrency-limits]

on:
pull_request_target: # zizmor: ignore[dangerous-triggers]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# validate-title:
# uses: OvertureMaps/workflows/.github/workflows/validate-pr-title.yml@main
#
name: Validate PR Title
name: Validate PR Title # zizmor: ignore[concurrency-limits]

on:
workflow_call:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Post validation failure comment
if: ${{ failure() && steps.lint_pr_title.outputs.error_message }}
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
with:
header: pr-title-validation-error
message: |
Expand All @@ -99,7 +99,7 @@ jobs:

- name: Delete comment on success
if: ${{ success() }}
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
with:
header: pr-title-validation-error
delete: true
Loading