2323 # To guarantee Maintained check is occasionally updated. See
2424 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
2525 schedule :
26- - cron : ' 45 6 * * 6'
26+ - cron : ' 45 6 1-7 * 6'
2727
2828# Declare default permissions as read only.
2929permissions :
9090
9191 # Initializes the CodeQL tools for scanning.
9292 - name : Initialize CodeQL
93- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
93+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
9494 with :
9595 languages : ${{ matrix.language }}
9696 build-mode : ${{ matrix.build-mode }}
@@ -104,7 +104,7 @@ jobs:
104104 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
105105 # If this step fails, then you should remove it and run the build manually (see below)
106106 - name : Autobuild
107- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
107+ uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
108108 # If the Autobuild fails above, remove it and uncomment the following three lines.
109109 # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
110110 # - run: |
@@ -129,6 +129,6 @@ jobs:
129129 exit 1
130130
131131 - name : Perform CodeQL Analysis
132- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
132+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
133133 with :
134134 category : " /language:${{matrix.language}}"
0 commit comments