potiuk commented on code in PR #7742:
URL: https://github.com/apache/hbase/pull/7742#discussion_r2890931646
##########
.github/workflows/yetus-general-check.yml:
##########
@@ -23,33 +23,35 @@ name: Yetus General Check
pull_request:
types: [opened, synchronize, reopened]
-permissions:
- contents: read
- statuses: write
+permissions: {}
jobs:
general-check:
runs-on: ubuntu-latest
timeout-minutes: 600
+ permissions:
+ contents: read
+ statuses: write
env:
YETUS_VERSION: '0.15.0'
steps:
- name: Checkout HBase
- uses: actions/checkout@v4
+ uses: actions/checkout@v4 # zizmor: ignore[unpinned-uses]
Review Comment:
Oh yeah I see it is archived as of 12 Deb. We will need to look at
alternatives. Thanks for notifying
##########
.github/workflows/yetus-general-check.yml:
##########
@@ -23,33 +23,35 @@ name: Yetus General Check
pull_request:
types: [opened, synchronize, reopened]
-permissions:
- contents: read
- statuses: write
+permissions: {}
jobs:
general-check:
runs-on: ubuntu-latest
timeout-minutes: 600
+ permissions:
+ contents: read
+ statuses: write
env:
YETUS_VERSION: '0.15.0'
steps:
- name: Checkout HBase
- uses: actions/checkout@v4
+ uses: actions/checkout@v4 # zizmor: ignore[unpinned-uses]
Review Comment:
Oh yeah I see it is archived as of 12 Feb. We will need to look at
alternatives. Thanks for notifying
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]