Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci update ci config #6

Merged
merged 23 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
929d37e
build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.15 to 1.6.2
dependabot[bot] Apr 12, 2024
2668faa
build(deps): bump actions/setup-python from 5.0.0 to 5.1.0
dependabot[bot] Apr 12, 2024
8f8f600
build(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0
dependabot[bot] Apr 12, 2024
289fe4e
build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5
dependabot[bot] Apr 12, 2024
75b3ceb
ci: 🦀 initial commit
rodneylab Apr 12, 2024
4f52cab
Merge pull request #1 from rodneylab/dependabot/github_actions/Embark…
rodneylab Apr 12, 2024
8bcda22
Merge pull request #2 from rodneylab/dependabot/github_actions/action…
rodneylab Apr 12, 2024
3c4e946
Merge pull request #3 from rodneylab/dependabot/github_actions/codeco…
rodneylab Apr 12, 2024
8c1d3d7
Merge pull request #4 from rodneylab/dependabot/github_actions/action…
rodneylab Apr 12, 2024
ca4f2bc
build(deps): bump actions/checkout from 4.1.1 to 4.1.2
dependabot[bot] Apr 12, 2024
aace110
Merge pull request #5 from rodneylab/dependabot/github_actions/action…
rodneylab Apr 12, 2024
0b20e31
ci: 💫 update CI config
rodneylab Apr 12, 2024
17424af
Merge pull request #6 from rodneylab/ci__update_ci_config
rodneylab Apr 12, 2024
7b5f59b
build(deps): bump github/codeql-action from 3.24.8 to 3.24.10
dependabot[bot] Apr 15, 2024
72fe703
Merge pull request #7 from rodneylab/dependabot/github_actions/github…
rodneylab Apr 15, 2024
ed8e759
build(deps): bump github/codeql-action from 3.24.10 to 3.25.1
dependabot[bot] Apr 18, 2024
88f9279
Merge pull request #9 from rodneylab/dependabot/github_actions/github…
rodneylab Apr 18, 2024
8204c0f
ci: 🐝 update CI config
rodneylab Apr 18, 2024
14f2be9
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2
dependabot[bot] Apr 19, 2024
67b1d97
Merge pull request #10 from rodneylab/dependabot/github_actions/actio…
rodneylab Apr 19, 2024
6c216c7
ci: 🐝 update pre-commit config
rodneylab Apr 19, 2024
1393036
Merge pull request #11 from rodneylab/ci__update_ci_config
rodneylab Apr 19, 2024
1235f67
ci: 🐝 update pre-commit config
rodneylab Apr 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
egress-policy: audit
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
disable-telemetry: true
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: SARIF file
path: results.sarif
retention-days: 5
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
with:
sarif_file: results.sarif
38 changes: 19 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
repos:
- hooks:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.24.0
hooks:
- id: commitizen
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.22.0
- hooks:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy
repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
- hooks:
- id: gitleaks
repo: https://github.com/gitleaks/gitleaks
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
- hooks:
- id: yamlfmt
repo: https://github.com/google/yamlfmt
hooks:
- id: gitleaks
- repo: https://github.com/google/yamlfmt
rev: v0.11.0
- hooks:
- args:
hooks:
- id: yamlfmt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md
id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- exclude: .vscode
id: check-json
- id: check-json
exclude: .vscode
- id: no-commit-to-branch
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Loading