Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #603 from github/mergeback/v1.0.4-to-main-03450ff6
Mergeback v1.0.4 refs/heads/v1 into main
Edoardo Pirovano authored and GitHub committed Jun 28, 2021

Unverified

No user is associated with the committer email.
2 parents 3a8e184 + 8cccc06 commit 1e61ecb
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -2,7 +2,13 @@

## [UNRELEASED]

- Fix `RUNNER_TEMP environment variable must be set` when using runner.
No user facing changes.

## 1.0.4 - 28 Jun 2021

- Fix `RUNNER_TEMP environment variable must be set` when using runner. [#594](https://github.com/github/codeql-action/pull/594)
- Fix couting of lines of code for C# projects. [#586](https://github.com/github/codeql-action/pull/586)

## 1.0.3 - 23 Jun 2021

No user facing changes.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "CodeQL action",
"scripts": {
2 changes: 1 addition & 1 deletion runner/package-lock.json

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

2 changes: 1 addition & 1 deletion runner/package.json
@@ -1,6 +1,6 @@
{
"name": "codeql-runner",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "CodeQL runner",
"scripts": {

0 comments on commit 1e61ecb

Please sign in to comment.