Skip to content

Commit b031ec9

Browse files
[CHORE](gha)(deps): Bump marocchino/sticky-pull-request-comment from 2.9.4 to 3.0.3 (#19)
* [CHORE](gha)(deps): Bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.4 to 3.0.3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@7737449...0ea0beb) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Add zizmor ignore comments to GitHub actions Add inline zizmor ignore annotations to suppress automated checks: update .github/actions/s5cmd/action.yml to ignore stale-action-refs on the action setup line; update .github/workflows/omf_pr_checks.yml and .github/workflows/validate-pr-title.yml to ignore concurrency-limits on workflow names and mark the pull_request_target trigger as ignore[dangerous-triggers]. These comments silence linter/CI warnings about stale action refs, concurrency limits, and dangerous triggers. Signed-off-by: John McCall <john@overturemaps.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: John McCall <john@overturemaps.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John McCall <john@overturemaps.org>
1 parent 918bcee commit b031ec9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/s5cmd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
using: composite
5858
steps:
5959
- name: Install s5cmd v${{ inputs.version }}
60-
uses: peak/action-setup-s5cmd@bde462e7399c68b4a9b05549d90b0e7d5c95e60f
60+
uses: peak/action-setup-s5cmd@bde462e7399c68b4a9b05549d90b0e7d5c95e60f # zizmor: ignore[stale-action-refs] — upstream has no releases or tags; main
6161
with:
6262
version: v${{ inputs.version }}
6363

.github/workflows/omf_pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Designed to run as a GitHub Ruleset required workflow.
99
#
10-
name: OMF PR Checks
10+
name: OMF PR Checks # zizmor: ignore[concurrency-limits]
1111

1212
on:
1313
pull_request_target: # zizmor: ignore[dangerous-triggers]

.github/workflows/validate-pr-title.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# validate-title:
2020
# uses: OvertureMaps/workflows/.github/workflows/validate-pr-title.yml@main
2121
#
22-
name: Validate PR Title
22+
name: Validate PR Title # zizmor: ignore[concurrency-limits]
2323

2424
on:
2525
workflow_call:
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Post validation failure comment
8383
if: ${{ failure() && steps.lint_pr_title.outputs.error_message }}
84-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
84+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
8585
with:
8686
header: pr-title-validation-error
8787
message: |
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Delete comment on success
101101
if: ${{ success() }}
102-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
102+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
103103
with:
104104
header: pr-title-validation-error
105105
delete: true

0 commit comments

Comments
 (0)