github-advanced-security[bot] commented on code in PR #44014:
URL: https://github.com/apache/superset/pull/44014#discussion_r3960508882
##########
.github/workflows/superset-translations.yml:
##########
@@ -32,7 +32,7 @@
- name: Check for file changes
id: check
- uses: $/.github/actions/change-detector/
+ uses: ./.github/actions/change-detector/
Review Comment:
## zizmor /
use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'
[Show more
details](https://github.com/apache/superset/security/code-scanning/2671)
##########
.github/workflows/superset-translations.yml:
##########
@@ -74,13 +74,13 @@
- name: Check for file changes
id: check
- uses: $/.github/actions/change-detector/
+ uses: ./.github/actions/change-detector/
Review Comment:
## zizmor /
use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'
[Show more
details](https://github.com/apache/superset/security/code-scanning/2673)
##########
.github/workflows/tag-release.yml:
##########
@@ -81,7 +81,7 @@
package-manager-cache: false
- name: Setup supersetbot
- uses: $/.github/actions/setup-supersetbot
+ uses: ./.github/actions/setup-supersetbot
Review Comment:
## zizmor /
use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'
[Show more
details](https://github.com/apache/superset/security/code-scanning/2683)
##########
.github/workflows/supersetbot.yml:
##########
@@ -46,7 +46,7 @@
persist-credentials: false
- name: Setup supersetbot
- uses: $/.github/actions/setup-supersetbot/
+ uses: ./.github/actions/setup-supersetbot/
Review Comment:
## zizmor /
use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'
[Show more
details](https://github.com/apache/superset/security/code-scanning/2675)
##########
.github/workflows/superset-translations.yml:
##########
@@ -74,13 +74,13 @@
- name: Check for file changes
id: check
- uses: $/.github/actions/change-detector/
+ uses: ./.github/actions/change-detector/
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Python
if: steps.check.outputs.python == 'true' ||
steps.check.outputs.frontend == 'true'
- uses: $/.github/actions/setup-backend/
+ uses: ./.github/actions/setup-backend/
Review Comment:
## zizmor /
use GitHub's dedicated self-repository syntax: use '$/...' instead of './...'
[Show more
details](https://github.com/apache/superset/security/code-scanning/2674)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]