Skip to content

Commit d3eb497

Browse files
authored
Merge branch 'main' into aeisenberg/remove-scheduled
2 parents f623d4c + 39216d1 commit d3eb497

21 files changed

+0
-49
lines changed

.github/workflows/__debug-artifacts.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__remote-config.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__split-workflow.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-local-codeql.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ jobs:
163163
cd ../action/runner
164164
npm install
165165
npm run build-runner
166-
167-
- name: Initialize dotnet
168-
run: dotnet restore
169166
170167
- name: Run init
171168
run: |
@@ -203,9 +200,6 @@ jobs:
203200
cd ../action/runner
204201
npm install
205202
npm run build-runner
206-
207-
- name: Initialize dotnet
208-
run: dotnet restore
209203
210204
- name: Run init
211205
run: |
@@ -252,9 +246,6 @@ jobs:
252246
npm install
253247
npm run build-runner
254248
255-
- name: Initialize dotnet
256-
run: dotnet restore
257-
258249
- name: Run init
259250
run: |
260251
../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}

pr-checks/checks/debug-artifacts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "Debug artifact upload"
22
description: "Checks that debugging artifacts are correctly uploaded"
33
os: ["ubuntu-latest", "macos-latest"]
44
steps:
5-
- name: Initialize dotnet
6-
run: dotnet restore
75
- uses: ./../action/init
86
with:
97
tools: ${{ steps.prepare-test.outputs.tools-url }}

pr-checks/checks/go-custom-queries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Go: Custom queries"
22
description: "Checks that Go works in conjunction with a config file specifying custom queries"
33
steps:
4-
- name: Initialize dotnet
5-
run: dotnet restore
64
- uses: actions/setup-go@v2
75
with:
86
go-version: "^1.13.1"

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "Multi-language repository"
22
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
33
os: ["ubuntu-latest", "macos-latest"]
44
steps:
5-
- name: Initialize dotnet
6-
run: dotnet restore
75
- uses: ./../action/init
86
with:
97
db-location: "${{ runner.temp }}/customDbLocation"

pr-checks/checks/packaging-config-inputs-js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Checks that specifying packages using a combination of a config fi
33
versions: ["nightly-20210831"] # This CLI version is known to work with package used in this test
44
os: ["ubuntu-latest", "macos-latest"]
55
steps:
6-
- name: Initialize dotnet
7-
run: dotnet restore
86
- uses: ./../action/init
97
with:
108
config-file: ".github/codeql/codeql-config-packaging3.yml"

pr-checks/checks/packaging-config-js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Checks that specifying packages using only a config file works"
33
versions: ["nightly-20210831"] # This CLI version is known to work with package used in this test
44
os: ["ubuntu-latest", "macos-latest"]
55
steps:
6-
- name: Initialize dotnet
7-
run: dotnet restore
86
- uses: ./../action/init
97
with:
108
config-file: ".github/codeql/codeql-config-packaging.yml"

pr-checks/checks/packaging-inputs-js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Checks that specifying packages using the input to the Action work
33
versions: ["nightly-20210831"] # This CLI version is known to work with package used in this test
44
os: ["ubuntu-latest", "macos-latest"]
55
steps:
6-
- name: Initialize dotnet
7-
run: dotnet restore
86
- uses: ./../action/init
97
with:
108
config-file: ".github/codeql/codeql-config-packaging2.yml"

pr-checks/checks/remote-config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Remote config file"
22
description: "Checks that specifying packages using only a config file works"
33
steps:
4-
- name: Initialize dotnet
5-
run: dotnet restore
64
- uses: ./../action/init
75
with:
86
tools: ${{ steps.prepare-test.outputs.tools-url }}

pr-checks/checks/split-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Tests a split-up workflow in which we first build a database and l
33
versions: ["nightly-20210831"] # This CLI version is known to work with package used in this test
44
os: ["ubuntu-latest", "macos-latest"]
55
steps:
6-
- name: Initialize dotnet
7-
run: dotnet restore
86
- uses: ./../action/init
97
with:
108
config-file: ".github/codeql/codeql-config-packaging3.yml"

pr-checks/checks/test-local-codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Tests using a CodeQL bundle from a local file rather than a URL"
33
versions: ["nightly-latest"]
44
os: ["ubuntu-latest"]
55
steps:
6-
- name: Initialize dotnet
7-
run: dotnet restore
86
- name: Fetch a CodeQL bundle
97
shell: bash
108
env:

pr-checks/checks/unset-environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "Test unsetting environment variables"
22
description: "An end-to-end integration test that unsets some environment variables"
33
os: ["ubuntu-latest"]
44
steps:
5-
- name: Initialize dotnet
6-
run: dotnet restore
75
- uses: ./../action/init
86
with:
97
db-location: "${{ runner.temp }}/customDbLocation"

0 commit comments

Comments
 (0)