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

Bump yaml from 2.2.2 to 2.3.1 #147

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
66dd062
Bump actions/github-script from 6.4.0 to 6.4.1 in /.github/workflows
dependabot[bot] May 1, 2023
27e412a
Merge pull request #298 from devops-actions/dependabot/github_actions…
github-actions[bot] May 1, 2023
dcd9386
Bump esbuild from 0.17.14 to 0.17.18
dependabot[bot] May 1, 2023
99d003d
Bump github/codeql-action from 2.2.9 to 2.3.2 in /.github/workflows
dependabot[bot] May 1, 2023
ee02866
Merge pull request #299 from devops-actions/dependabot/github_actions…
github-actions[bot] May 1, 2023
c6f7ed5
Bump actions/checkout from 3.5.0 to 3.5.2 in /.github/workflows
dependabot[bot] May 1, 2023
2f2120a
Merge pull request #301 from devops-actions/dependabot/github_actions…
github-actions[bot] May 1, 2023
2881e2f
Bump devops-actions/action-get-tag in /.github/workflows
dependabot[bot] May 1, 2023
f37c1c0
Merge pull request #300 from devops-actions/dependabot/github_actions…
github-actions[bot] May 1, 2023
c54bca0
Merge branch 'main' into dependabot/npm_and_yarn/esbuild-0.17.18
rajbos May 15, 2023
eb47c63
Merge pull request #306 from devops-actions/dependabot/npm_and_yarn/e…
github-actions[bot] May 15, 2023
d9adae9
Bump prettier from 2.8.7 to 2.8.8
dependabot[bot] May 15, 2023
fc70550
Merge pull request #303 from devops-actions/dependabot/npm_and_yarn/p…
github-actions[bot] May 15, 2023
778ee3c
Bump @types/node from 18.15.11 to 20.1.4
dependabot[bot] May 15, 2023
33cfe8e
Merge pull request #308 from devops-actions/dependabot/npm_and_yarn/t…
github-actions[bot] May 15, 2023
56456c0
Bump eslint from 8.37.0 to 8.40.0
dependabot[bot] May 15, 2023
183bcf5
Merge pull request #309 from devops-actions/dependabot/npm_and_yarn/e…
github-actions[bot] May 15, 2023
9c73989
Bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.59.6
dependabot[bot] May 15, 2023
4166c88
Merge pull request #310 from devops-actions/dependabot/npm_and_yarn/t…
github-actions[bot] May 15, 2023
ec9f029
Bump @typescript-eslint/parser from 5.57.0 to 5.59.6
dependabot[bot] May 15, 2023
3a5c202
Merge pull request #311 from devops-actions/dependabot/npm_and_yarn/t…
github-actions[bot] May 15, 2023
f10295c
Bump yaml from 2.2.2 to 2.3.1
dependabot[bot] May 31, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Check workflow files
uses: docker://rhysd/actionlint@sha256:5f957b2a08d223e48133e1a914ed046bea12e578fe2f6ae4de47fdbe691a2468 # 1.6.22
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Compile with NPM
run: |
npm ci
Expand All @@ -21,7 +21,7 @@ jobs:
dependency-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: 'Dependency Review'
uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e # v3.0.4
Expand All @@ -31,7 +31,7 @@ jobs:
needs: [build, dependency-check]
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Compile with NPM
run: |
npm ci
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java, ruby

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
uses: github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -55,4 +55,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
8 changes: 4 additions & 4 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test-from-organization:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- uses: ./
id: load-runner-info-org
Expand All @@ -35,7 +35,7 @@ jobs:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'

- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
name: Test runner info
with:
script: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
contents: write
steps:
# get code
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

# build it
- run: |
Expand All @@ -90,7 +90,7 @@ jobs:
# get tag for this release
- name: Get tag value
id: tag
uses: devops-actions/action-get-tag@830f7bd3405217bb60219cd42e0fc5b039914739 # v1.0.1
uses: devops-actions/action-get-tag@4e13c4ea459efa2988a10d5ff0f252bb097929ef # v1.0.1

# publish a release with the build assets
- uses: rajbos-actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
#if: github.ref == 'refs/heads/main' # don't run on PRs
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.5.0
- run: npm ci
- run: npm run all

test-from-organization:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.5.0
- uses: ./
id: load-runner-info-org
with:
Expand All @@ -47,7 +47,7 @@ jobs:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'

- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
name: Test runner info
with:
script: |
Expand Down
Loading