Skip to content

Commit

Permalink
Revert "fix ci"
Browse files Browse the repository at this point in the history
This reverts commit 6ccc6bd.
  • Loading branch information
mmsqe committed Oct 16, 2024
1 parent 6ccc6bd commit 3f4187a
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- name: install govulncheck
run: go install -v golang.org/x/vuln/cmd/[email protected]
- name: govuln sec scan
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,12 @@ jobs:
if: github.event_name == 'issue_comment'
with:
submodules: true
persist-credentials: true
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ steps.pr_data.outputs.ref }}
- name: Normal check out code
uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
if: github.event_name == 'push' || github.event_name == 'pull_request'
- id: changed-files
uses: tj-actions/changed-files@v41
Expand Down Expand Up @@ -153,8 +151,6 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v3
with:
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-22.11
Expand Down Expand Up @@ -221,15 +217,13 @@ jobs:
if: github.event_name == 'issue_comment'
with:
submodules: true
persist-credentials: true
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ needs.build.outputs.ref }}
- name: Normal check out code
uses: actions/checkout@v3
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
submodules: true
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down Expand Up @@ -269,15 +263,13 @@ jobs:
if: github.event_name == 'issue_comment'
with:
submodules: true
persist-credentials: true
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ needs.build.outputs.ref }}
- name: Normal check out code
uses: actions/checkout@v3
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
submodules: true
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down Expand Up @@ -317,15 +309,13 @@ jobs:
if: github.event_name == 'issue_comment'
with:
submodules: true
persist-credentials: true
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ needs.build.outputs.ref }}
- name: Normal check out code
uses: actions/checkout@v3
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
submodules: true
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down Expand Up @@ -422,8 +412,6 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/buildwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- name: Set GOBIN
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: true
- uses: actions/setup-go@v3
with:
go-version: 1.22
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
GO111MODULE: on
steps:
- uses: actions/checkout@v3
with:
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand All @@ -41,7 +40,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -85,7 +83,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand All @@ -107,7 +104,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -143,7 +139,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -179,7 +174,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -215,7 +209,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -251,7 +244,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -287,7 +279,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -323,7 +314,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down Expand Up @@ -360,7 +350,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
environment: release
steps:
- uses: actions/checkout@v3
with:
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-22.11
Expand Down Expand Up @@ -59,8 +57,6 @@ jobs:
environment: release
steps:
- uses: actions/checkout@v3
with:
persist-credentials: true
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-22.11
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: true
# Run the "semgrep ci" command on the command line of the docker image.
- run: semgrep ci
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/staticmajor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
persist-credentials: true
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
Expand Down

0 comments on commit 3f4187a

Please sign in to comment.