File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2828 with :
2929 node-version : " 18.x"
3030 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
8383 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8484 with :
8585 fetch-depth : 0
86- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
86+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8787 with :
8888 node-version : ' lts/*'
8989 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
47+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
4848 with :
4949 config-file : ./.github/codeql/codeql-configuration.yml
5050 # Override language selection by uncommenting this and choosing your languages
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below).
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
57+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
71+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Original file line number Diff line number Diff line change 3030 with :
3131 # Fetch the full history, to build attribution.json
3232 fetch-depth : 0
33- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
33+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3434 with :
3535 node-version : " 18.x"
3636
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 filter : blob:none
2323 token : ${{ secrets.GITHUB_BOT_TOKEN }}
24- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2525 with :
2626 node-version : " 18.x"
2727 registry-url : " https://registry.npmjs.org/"
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
1919 with :
2020 node-version : " 18.x"
2121
You can’t perform that action at this time.
0 commit comments