Skip to content

Commit faa5a99

Browse files
authored
Merge branch 'main' into bst
2 parents 9ed7662 + db173c9 commit faa5a99

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
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.
2929
permissions:
@@ -90,7 +90,7 @@ jobs:
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}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: 'Checkout Repository'
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
27+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '44 20 * * 4'
13+
- cron: '44 20 1-7 * 4'
1414
push:
1515
branches: [ "main" ]
1616

@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: "Run analysis"
45-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
45+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4646
with:
4747
results_file: results.sarif
4848
results_format: sarif
@@ -76,6 +76,6 @@ jobs:
7676
# Upload the results to GitHub's code scanning dashboard (optional).
7777
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7878
- name: "Upload to code-scanning"
79-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
79+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
8080
with:
8181
sarif_file: results.sarif

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 2 * * 6" # 2am UTC, weekly on Saturday
9+
- cron: "0 2 1-7 * 6" # 2am UTC, monthly on the first Saturday of each month
1010

1111
permissions:
1212
contents: read
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
title: "Update package dependencies + tidy"
4646
body: |
47-
This is a change initiated automatically on a weekly basis by a
47+
This is a change initiated automatically on a monthly basis by a
4848
GitHub Action that updates the projects dependencies to their latest
4949
minor and patch-level versions. This lets us stay up to date
5050
incrementally so that updates are less effort to get merged compared

0 commit comments

Comments
 (0)