Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #670 from github/update-v1.0.9-fb5a7215
Merge main into v1
Edoardo Pirovano authored and GitHub committed Aug 2, 2021

Unverified

No user is associated with the committer email.
2 parents 59e2f2d + 758835d commit 33f3438
Showing 5,683 changed files with 1,185,400 additions and 637,239 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 0 additions & 9 deletions .github/depandabot.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "thursday" # Gives us a working day to merge this before our typical release
labels:
- "Update dependencies"
- package-ecosystem: "npm"
directory: "/runner"
schedule:
interval: "weekly"
day: "thursday" # Gives us a working day to merge this before our typical release
1 change: 1 addition & 0 deletions .github/workflows/post-release-mergeback.yml
@@ -119,5 +119,6 @@ jobs:
--head "$NEW_BRANCH" \
--base "$BASE_BRANCH" \
--title "$PR_TITLE" \
--label "Update dependencies" \
--body "$PR_BODY" \
${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty ""
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CodeQL Action and CodeQL Runner Changelog

## 1.0.9 - 02 Aug 2021

No user facing changes.

## 1.0.8 - 26 Jul 2021

- Update default CodeQL bundle version to 2.5.8. [#631](https://github.com/github/codeql-action/pull/631)
42 changes: 28 additions & 14 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33f3438

Please sign in to comment.