File tree Expand file tree Collapse file tree
previews/upload-artifacts-to-firebase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 - name : Checkout repository
2828 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
30+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3131 with :
3232 languages : ${{ matrix.language }}
3333 - name : Perform CodeQL Analysis
34- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
34+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3535 with :
3636 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 4545
4646 # Upload the results to GitHub's code scanning dashboard.
4747 - name : ' Upload to code-scanning'
48- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
48+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4949 with :
5050 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1313 using : composite
1414 steps :
1515 - name : Configure action caching for bazel version downloaded by bazelisk
16- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
16+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
1717 with :
1818 path : |
1919 ~/.cache/bazelisk
2727 shell : bash
2828
2929 - name : Configure action caching for bazel repository cache
30- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
30+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
3131 with :
3232 # Note: Bazel repository cache is located in system locations and cannot use
3333 # a shared cache between different runner operating systems.
Original file line number Diff line number Diff line change 9090 shell : bash
9191 run : node ${{github.action_path}}/extract-artifact-metadata.js '${{inputs.firebase-public-dir}}'
9292
93- - uses : FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0
93+ - uses : FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0
9494 id : deploy
9595 with :
9696 # Note: No token used here as the action otherwise may attempt to post a
You can’t perform that action at this time.
0 commit comments