Merge pull request #603 from github/mergeback/v1.0.4-to-main-03450ff6

Mergeback v1.0.4 refs/heads/v1 into main
This commit is contained in:
Edoardo Pirovano 2021-06-28 16:57:01 +01:00 committed by GitHub
commit 1e61ecb0c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View file

@ -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
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "CodeQL action",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "codeql-runner",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "codeql-runner",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "CodeQL runner",
"scripts": {