@@ -85,13 +85,13 @@ jobs:
8585 --crt-static --library-type="staticlib"
8686 rm -rf ${{ github.workspace }}/yara-x
8787 - name : Set up Go
88- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
88+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8989 with :
9090 go-version-file : " go.mod"
9191 check-latest : true
9292 cache : true
9393 - name : Initialize CodeQL
94- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
94+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
9595 with :
9696 languages : go
9797 build-mode : manual
@@ -102,7 +102,7 @@ jobs:
102102 PKG_CONFIG_PATH: ${{ github.workspace }}/yara-x-install
103103 LD_LIBRARY_PATH: ${{ github.workspace }}/yara-x-install
104104 - name : Perform CodeQL Analysis
105- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
105+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
106106 with :
107107 category : " /language:go"
108108 analyze-actions :
@@ -133,11 +133,11 @@ jobs:
133133 - name : Checkout repository
134134 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135 - name : Initialize CodeQL
136- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
136+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
137137 with :
138138 languages : actions
139139 build-mode : none
140140 - name : Perform CodeQL Analysis
141- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
141+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
142142 with :
143143 category : " /language:actions"
0 commit comments