File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed
Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Setup Node.js
3434 id : setup-node
35- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
35+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3636 with :
3737 node-version : 20
3838 cache : npm
6060 - if : ${{ failure() && steps.diff.outcome == 'failure' }}
6161 name : Upload Artifact
6262 id : upload
63- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
63+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6464 with :
6565 name : dist
6666 path : dist/
Original file line number Diff line number Diff line change 2424
2525 - name : Setup Node.js
2626 id : setup-node
27- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2828 with :
2929 node-version : 20
3030 cache : npm
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434
3535 - name : Initialize CodeQL
3636 id : initialize
37- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
37+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
3838 with :
3939 languages : ${{ matrix.language }}
4040 source-root : src
4141
4242 - name : Autobuild
4343 id : autobuild
44- uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
44+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
4545
4646 - name : Perform CodeQL Analysis
4747 id : analyze
48- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
48+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Original file line number Diff line number Diff line change 2727
2828 - name : Setup Node.js
2929 id : setup-node
30- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
30+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3131 with :
3232 node-version : 20
3333 cache : npm
3838
3939 - name : Lint Codebase
4040 id : super-linter
41- uses : super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6 .0
41+ uses : super-linter/super-linter/slim@b4515bd4ad9d0aa4681960e053916ab991bdbe96 # v6.8 .0
4242 env :
4343 DEFAULT_BRANCH : main
4444 FILTER_REGEX_EXCLUDE : dist/**/*
4747 VALIDATE_ALL_CODEBASE : true
4848 VALIDATE_JAVASCRIPT_STANDARD : false
4949 VALIDATE_JSCPD : false
50+ VALIDATE_TYPESCRIPT_STANDARD : false
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525 - name : Setup Node.js
26- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2727 with :
2828 node-version : 20
2929 - run : npm install --save-dev semantic-release-major-tag
Original file line number Diff line number Diff line change 1010### Authentication
1111
1212This action requires a GitHub app installation token. An authentication token for
13- the app can be easily generated in the GitHub actions workflow using
13+ the app can be easily generated in the GitHub Actions workflow using
1414[ ` electron/github-app-auth-action ` ] ( https://github.com/electron/github-app-auth-action )
1515. The app must have the "Contents" (read and write) permission and be installed on
1616the repository.
@@ -23,7 +23,7 @@ instead of running `git commit`. The changes to commit will be detected automati
2323### Updating Existing Ref
2424
2525If you want to update an existing ref, you should ensure that ref is checked out in
26- the current git checkout (you can use the ` ref ` input for ` actions/checkout ` ). You
26+ the current Git checkout (you can use the ` ref ` input for ` actions/checkout ` ). You
2727can force the update using the ` force ` input.
2828
2929### Multiple Commits
You can’t perform that action at this time.
0 commit comments