File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565
6666 - name : Upload artifact for Linux and Darwin
6767 if : matrix.os != 'windows'
68- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
68+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
6969 with :
7070 name : sops-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7171 path : sops-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7272
7373 - name : Upload artifact for Windows
7474 if : matrix.os == 'windows'
75- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
75+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7676 with :
7777 name : sops-${{ matrix.os }}-${{ github.sha }}
7878 path : sops-${{ matrix.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
36+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
3737 with :
3838 languages : go
3939 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4848 run : make install
4949
5050 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
51+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
5252 with :
5353 category : " /language:go"
You can’t perform that action at this time.
0 commit comments