Browse Source

ci: update action-github-commit to update to node16 (#44704)

Matt Gaunt-Seo @ Sentry.io 2 years ago
parent
commit
256d8a9047
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/backend.yml
  2. 1 1
      .github/workflows/frontend.yml

+ 2 - 2
.github/workflows/backend.yml

@@ -199,7 +199,7 @@ jobs:
           fi
       - name: apply any requirements changes
         if: steps.token.outcome == 'success' && github.ref != 'refs/heads/master' && always()
-        uses: getsentry/action-github-commit@1761f891f036c3efc813b2ba963b121120c1587a  # main
+        uses: getsentry/action-github-commit@bec0adb2924f8c19a9f84c18c83d375caf02ca38  # main
         with:
           github-token: ${{ steps.token.outputs.token }}
           message: ':snowflake: re-freeze requirements'
@@ -266,7 +266,7 @@ jobs:
 
       - name: Apply any pre-commit fixed files
         if: steps.token.outcome == 'success' && github.ref != 'refs/heads/master' && always()
-        uses: getsentry/action-github-commit@1761f891f036c3efc813b2ba963b121120c1587a  # main
+        uses: getsentry/action-github-commit@bec0adb2924f8c19a9f84c18c83d375caf02ca38  # main
         with:
           github-token: ${{ steps.token.outputs.token }}
 

+ 1 - 1
.github/workflows/frontend.yml

@@ -110,7 +110,7 @@ jobs:
       # If working tree is dirty, commit and update if we have a token
       - name: Commit any eslint fixed files
         if: steps.token.outcome == 'success' && github.ref != 'refs/heads/master'
-        uses: getsentry/action-github-commit@1761f891f036c3efc813b2ba963b121120c1587a # main
+        uses: getsentry/action-github-commit@bec0adb2924f8c19a9f84c18c83d375caf02ca38 # main
         with:
           github-token: ${{ steps.token.outputs.token }}