security(cicd): Pinned dependency versions and extract 2 unsafe expressions to env vars (PR #1297)

This commit is contained in:
dagecko
2026-04-02 18:06:23 -04:00
committed by GitHub
parent fc95bad011
commit 3ec27ada8a
8 changed files with 13 additions and 8 deletions
@@ -32,7 +32,7 @@ jobs:
- name: Commit changed files
run: git commit -m "[Github Action] Updated api-endpoints-res.txt"
- name: Push changes # push the output folder to your repo
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true