Skip to content

Commit 4ae7348

Browse files
authored
Merge pull request #9 from rodneylab/ci_update_config
ci update config
2 parents 00b8335 + 04d61b5 commit 4ae7348

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Please delete options that are not relevant.
1616
not work as expected)
1717
- [ ] This change requires a documentation update
1818
- [ ] Dependency update
19+
- [ ] CI
20+
- [ ] Linting
1921

2022
# How Has This Been Tested?
2123

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
49+
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# - name: Autobuild
6767
# uses: github/codeql-action/autobuild@v3
6868
name: Autobuild
69-
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
69+
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
7070
- if: matrix.language == 'c-cpp'
7171
name: install
7272
run: sudo apt-get update && sudo apt-get install gcovr lcov
@@ -78,6 +78,6 @@ jobs:
7878
cmake --build build --config Release
7979
cmake --install build --config Release
8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
81+
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
8282
with:
8383
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
retention-days: 5
6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
68+
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
6969
with:
7070
sarif_file: results.sarif

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
run: |
4545
gcovr -r .. . --filter ../src/ --txt-metric branch --cobertura > coverage.xml
4646
- name: Upload coverage reports to Codecov
47-
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
47+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
4848
env:
4949
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
stages:
66
- commit-msg
77
repo: https://github.com/commitizen-tools/commitizen
8-
rev: v3.21.3
8+
rev: v3.22.0
99
- hooks:
1010
- id: gitleaks
1111
repo: https://github.com/gitleaks/gitleaks

0 commit comments

Comments
 (0)