File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2727 - name : Checkout Repository
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - name : Set Up Ruby 3.3.6
30- uses : ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253 .0
30+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
3131 with :
3232 ruby-version : 3.3.6
3333 bundler-cache : true
Original file line number Diff line number Diff line change 6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
70+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
9595 exit 1
9696
9797 - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
98+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
9999 with :
100100 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3939 - name : Checkout
4040 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 - name : Setup Ruby
42- uses : ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253 .0
42+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
4343 with :
4444 ruby-version : ' 3.3.6' # Not needed with a .ruby-version file
4545 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 3636 path : results.sarif
3737 retention-days : 5
3838 - name : Upload to code-scanning
39- uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
39+ uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
4040 with :
4141 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1818 ],
1919 "dependencies" : {
2020 "install" : " ^0.13.0" ,
21- "npm" : " ^11.5.1 "
21+ "npm" : " ^11.5.2 "
2222 },
2323 "devDependencies" : {
2424 "@semantic-release/github" : " github:semantic-release/github" ,
You can’t perform that action at this time.
0 commit comments