File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
59+ uses : github/codeql-action/init@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : ${{ matrix.build-mode }}
8484 exit 1
8585
8686 - name : Perform CodeQL Analysis
87- uses : github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
87+ uses : github/codeql-action/analyze@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Update badge gist
109109 if : github.event_name == 'push'
110- uses : schneegans/dynamic-badges-action@0e50b8bad39e7e1afd3e4e9c2b7dd145fad07501 # v1.8 .0
110+ uses : schneegans/dynamic-badges-action@28b0fa8bdeb46170ac397105ece0c1fe58f68910 # v1.9 .0
111111 with :
112112 auth : ${{ secrets.GIST_SECRET }}
113113 gistID : ${{ vars.GIST_ID }}
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929 - uses : ruby/setup-ruby@v1
3030 with :
31- ruby-version : ' 3.4.9 '
31+ ruby-version : ' 3.4.10 '
3232
3333 - name : Install Asciidoc
3434 run : make docs-dependencies
You can’t perform that action at this time.
0 commit comments