Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/octokit/types-12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-k authored Oct 20, 2023
2 parents f6c5f89 + 968e7ac commit 9611ab1
Show file tree
Hide file tree
Showing 7 changed files with 27,880 additions and 7,781 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
echo '${{ github.event.action }}'
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: npm ci --no-progress --ignore-scripts=false
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
echo '${{ github.event.action }}'
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: npm ci --no-progress --ignore-scripts=false
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
Expand All @@ -71,7 +71,7 @@ jobs:
echo '${{ github.event.action }}'
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: npm ci --no-progress --ignore-scripts=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 1 addition & 0 deletions __mocks__/@actions/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ let defaultBranchResponse: ListDefaultBranchResponseDataType = {
has_wiki: true,
has_pages: false,
has_downloads: true,
has_discussions: true,
archived: false,
disabled: false,
visibility: 'public',
Expand Down
Loading

0 comments on commit 9611ab1

Please sign in to comment.