File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Checkout
3030 id : checkout
31- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
31+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
3333 - name : Setup Node.js
3434 id : setup-node
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout
2222 id : checkout
23- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424
2525 - name : Setup Node.js
2626 id : setup-node
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
3030 steps :
3131 - name : Checkout
3232 id : checkout
33- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434
3535 - name : Initialize CodeQL
3636 id : initialize
37- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
37+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
3838 with :
3939 languages : ${{ matrix.language }}
4040 source-root : src
4141
4242 - name : Autobuild
4343 id : autobuild
44- uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
44+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
4545
4646 - name : Perform CodeQL Analysis
4747 id : analyze
48- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
48+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout
2828 id : checkout
29- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3030
3131 - name : Make note of the branch name
3232 id : branch-name
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 id : checkout
24- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525 with :
2626 fetch-depth : 0
2727
3838
3939 - name : Lint Codebase
4040 id : super-linter
41- uses : super-linter/super-linter/slim@5b638caee6ba65e25e07143887b669a1233847a0 # v6.5.1
41+ uses : super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
4242 env :
4343 DEFAULT_BRANCH : main
4444 FILTER_REGEX_EXCLUDE : dist/**/*
Original file line number Diff line number Diff line change 2121 contents : write
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525 - name : Setup Node.js
2626 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2727 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : semantic-pull-request
22- uses : amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2
22+ uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 with :
You can’t perform that action at this time.
0 commit comments